LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

Save(Stream,BarcodeData[]) Method








The output stream
An array of BarcodeData objects to save.
Saves an array of BarcodeData objects to an XML stream. .NET support WinRT support
Syntax
public static void Save( 
   Stream stream,
   BarcodeData[] data
)
'Declaration
 
Public Overloads Shared Sub Save( _
   ByVal stream As Stream, _
   ByVal data() As BarcodeData _
) 
'Usage
 
Dim stream As Stream
Dim data() As BarcodeData
 
BarcodeData.Save(stream, data)
public static void Save( 
   Stream stream,
   BarcodeData[] data
)
ObjectiveC Syntax
 function Leadtools.Barcode.BarcodeData.Save(Stream,BarcodeData[])( 
   stream ,
   data 
)
public:
static void Save( 
   Stream^ stream,
   array<BarcodeData^>^ data
) 

Parameters

stream
The output stream
data
An array of BarcodeData objects to save.
Remarks

The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeReader and BarcodeWriter do not use these methods internally.

data can be null (Nothing is Visual Basic). This is the equivalent of saving an empty array.

To load the data previously saved into an XML stream, use BarcodeData.Load(Stream stream).

To save and load data to an XML disk file, use BarcodeData.Save(string fileName, BarcodeData[] data) and BarcodeData.Load(string fileName).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeData Class
BarcodeData Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features